home *** CD-ROM | disk | FTP | other *** search
- Subject: Subview Layout
- Sent: 3/12/96 11:23 AM
- Received: 3/12/96 10:41 AM
- From: Serge Froment, sfroment@odyssee.net
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Dear ODF Team:
-
- I have a subclass of FW_CGadget whose subview layout depends on calling
- methods that need a graphic context. FW_CView::CreateSubViews does not
- provides one.
-
- I have seen two strategies to work around the lack of a graphic context:
- defer geometry computations or use a FW_CScreenContext. Both have their
- pros and cons, but I am not sure what they are. And in the case of deferred
- grometry, I am not sure where is the place to do the actual computation.
-
- I think a document on that subject would be a nice addition to ODF in the
- next release.
-
- Serge
-
-